home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff384.lzh / NorthC / Example2.LZH / Translate / doc to example < prev    next >
Text File  |  1990-08-30  |  1KB  |  29 lines

  1. # File to tell Translate how to go from doc file to
  2. # a strait ASCII file
  3.  
  4. #First set the line length to 75
  5. $line 75
  6.  
  7. # The actual translation is very simple, replace all newlines 
  8. # with newlines
  9. \n\_\n
  10.  
  11. # Now a list of files to use the translations on
  12.  
  13. tranreadme   "t:tran_README"  "NorthC Examples:translate/README"
  14. hellodoc     "t:hello.doc"    "NorthC Examples:hello/hello.doc"
  15. disREADME    "t:disREADME"    "NorthC Examples:disass/README.sjh"
  16. miniREADME   "t:miniREADME"   "NorthC Examples:mini-hello/README"
  17. makeREADME   "t:makeREADME"   "NorthC Examples:make/README"
  18. rendaif      "t:rendaif"      "NorthC Examples:Crender/aif.doc"
  19. rendcrend    "t:rendcrend"    "NorthC Examples:Crender/CRender.doc"
  20. rendMake     "t:rendMake"     "NorthC Examples:Crender/Makefile.doc"
  21. rendrend     "t:rendrend"     "NorthC Examples:Crender/render.doc"
  22. adosREADME   "t:adosREADME"   "NorthC Examples:AmigaDOS/README"
  23. adosdoc      "t:adosdoc"      "NorthC Examples:AmigaDOS/AmigaDOS.doc"
  24. libsREADME   "t:libsREADME"   "NorthC Examples:clibs/README"
  25. libsUREADME  "t:libsUREADME"  "NorthC Examples:clibs/UNIX/README"
  26. ftuneREADME  "t:ftuneREADME"  "NorthC Examples:fortune/README"
  27. xmpleREADME  "t:xmpleREADME"  "NorthC Examples:README"
  28. topREADME    "t:topREADME"    "NorthC Examples:top/README"
  29.